projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
550bd63
)
(c-fill-paragraph): Delete extraneous close paren.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 3 Feb 1994 19:18:21 +0000
(19:18 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 3 Feb 1994 19:18:21 +0000
(19:18 +0000)
lisp/progmodes/c-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/c-mode.el
b/lisp/progmodes/c-mode.el
index 99ba7184c86801683db2d291de103d2ba56f2a7f..f155ed175963b3a972f5cd7eaef67a3264f36022 100644
(file)
--- a/
lisp/progmodes/c-mode.el
+++ b/
lisp/progmodes/c-mode.el
@@
-323,7
+323,7
@@
preserving the comment indentation or line-starting decorations."
(narrow-to-region (point)
(save-excursion
(forward-line 1)
- (while (looking-at "[ \t]*//")
)
+ (while (looking-at "[ \t]*//")
(forward-line 1))
(point)))
(insert fill-prefix)